﻿*{box-sizing:border-box;margin:0; padding:0; list-style:none;  }
a{ color:#333; text-decoration:none;   }
a:hover{text-decoration:none;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}
hr{ border:none;}
.clear{ clear:both;}
p,ul{margin: 0;}
img{ border:0;  }
input,textarea{outline:none;}
.row{ margin: 0px;}
.container{ margin: 0px auto;width:1200px; }
.w1440{ margin: 0px auto; width:1440px; max-width: 100% }

table{border-collapse: collapse;}

@font-face {
    font-family: 'beifang';
    src: url('../fonts/北方行书_1.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.in_header{width:100%; height:5.5vw; position:fixed; top:0; left:0; z-index:9999; padding: 0px 6%; background: #fff; box-shadow: 0 4px 12px rgba(208,48,55,0.16) }
.in_header .h_logo{width:214px; height:100%; float: left; display: flex; align-items: center; }
.in_header .h_logo img{max-width: 100%}
.h_ma{float: right; height: 100%; position: relative}
.h_ma:after{content: ""; width: 1px; height: 29px; background: #fff; position: absolute; top:50%; left:0; margin-top:-15px;}
.h_wx,.h_sj{width:36px; height: 4vw; float: left; position: relative;}
.h_wx{background: url(../images/h_wx.png) no-repeat center; margin-left: 34px}
.h_sj{background: url(../images/h_sj.png) no-repeat center; margin-left: 30px;}
.h_wx img,.h_sj img{width:100px;  height: auto; position: absolute; top:39px; left:0; display:none;}
.h_wx:hover img{display: block}
.h_sj:hover img{display: block}




/*导航*/
.nav{ height:5.5vw; width:auto; float: right; margin-right:5%;}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:auto; margin-right:46px }
.nav .nLi h3{ font-weight: normal; width:100%; height: 5.5vw; margin: 0px auto; line-height: 5.5vw }
.nav .nLi h3 p{height:auto; color:#000000; font-size:16px;  width:auto; position: relative; text-align: center;  display: table; padding-left:18px;}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#000000;  }
.nav .sub{position:absolute;top:5.5vw;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left: -80px; background:#fff;line-height:26px;} 
.nav .sub li{height:42px;border-bottom:1px solid #eee;text-align:center;line-height:42px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:14px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{background: url(../images/active.png) no-repeat left center}
.nav .nLi:last-child{margin-right: 0}
.sub li:hover a{color:#e86227;}
.h_yuyan{float: right; height: auto; line-height: 5.5vw}
.h_yuyan a{color:#000000; font-size: 16px;}
.h_yuyan a:hover{color:#e86227}
.h_yuyan span{color:#000000; opacity:0.3; margin: 0 10px;}
#fp-nav.right{width:20px; height:auto;}
#fp-nav ul li, .fp-slidesNav ul li{margin: 0; margin-bottom: 7px; width: 10px; height: 20px;}
.chColor{background:rgba(0,0,0,0.5); top:0; height:auto; padding:12px 4%}
.fp-nav #menu .nav .nLi p a{color:#333}
/*
#fp-nav ul li a.active{background: url(../images/yuan.png) no-repeat center}
*/
#fp-nav ul li a.active span{background: #c99255;}
#fp-nav ul li a span, .fp-slidesNav ul li a span{border:0; background:#fff}





/*第1块*/
.section1{display: block; width: 100%; height:auto;overflow: hidden; position: relative; text-align: center }
.section1_ban{ width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0 }
.active .section1_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section1 h3{color:#fff; font-size: 20px; margin-top: 20px}
.section1 h4{color:#fff; font-size: 48px; margin-top: 10px; font-weight: bold;}
.section1_all{width:100%; height: auto; overflow: hidden; }
.active .section1_all h3{
    animation-name: fadeInUpBig;
    animation-duration:3s;
    animation-delay:1.2s;
    animation-fill-mode: both;
}

.active .section1_all h4{
    animation-name: bounceIn;
    animation-duration: 3.6s;
    animation-delay: 0.9s;
    animation-fill-mode: both;
}


.load2bg1,
.load2bg2 {
	position: fixed;
	left: 0;
	height: 50%;
	background: #ffffff;
	width: 100%;
	z-index: 100000000;
}

.load2bg2 {
	top: 0;
	animation: mk_t7 1.8s cubic-bezier(1, 0, 0, 1) 1.8s forwards;
	-webkit-animation: mk_t7 1.8s cubic-bezier(1, 0, 0, 1) 1.8s forwards;
}

.load2bg1 {
	bottom: 0;
	animation: mk_t7 1.8s cubic-bezier(1, 0, 0, 1) 1.8s forwards;
	-webkit-animation: mk_t7 1.8s cubic-bezier(1, 0, 0, 1) 1.8s forwards;
}

.load2bg {
	animation: mk_t5 1s cubic-bezier(1, 0, 0, 1) 1s forwards;
	-webkit-animation: mk_t5 1s cubic-bezier(1, 0, 0, 1) 1s forwards;
}

.load2bg1,
.load2bg2 {
	animation-delay: 2.1s;
}

.load2bg {
	animation-delay: 1.4s;
}


.lg2f {
	position: absolute;
	width: 70px;
	left: 50%;
	margin-left: -35px;
	top: 0;
}

.logozfx {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.logozfx {
	background-size: 80px auto;
}

.bglo3 {
	background: #4d5765;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 599;
	width: 100%;
	height: 100%;
}
.bglo3{animation: hideaib 1s cubic-bezier(1, 0, 0, 1) 1s forwards; -webkit-animation: hideaib 1s cubic-bezier(1, 0, 0, 1) 1s forwards;}
.bglo3{animation-delay: 1.5s;}

@keyframes mk_t7 {
	0% {
		height: 50%;
	}

	100% {
		height: 0;
		opacity: 0;
	}
}

.load2line,
.load2txt,
.load2bg {z-index: 9999999999; position: fixed;}
.load2bg{width: 100%; height: 100%; left: 0; bottom: 0;}
.index-cont {position: absolute;top: 50%;left: 50%;width: 100%;height: auto;text-align: center; transform: translate(-50%,-50%);}
.index-cont h3{ position: relative; top: 20%; visibility: hidden; opacity: 0; }
.index-cont h3 img{ vertical-align:top; width:220px}


.wrapper3 .top,.wrapper3 .bottom{height:1px;width:400px;background:#89211b;}
.wrapper3 .left,.wrapper3 .right{height:400px;width:1px;background:#89211b;}
.wrapper3 .top{position:absolute;top:0;left: -400px;transition:all 1s linear;-webkit-transition:all 1s linear;}
.wrapper3 .left{position:absolute;bottom: -400px;left:0px;transition:all 1s linear;-webkit-transition:all 1s linear;}
.wrapper3 .right{position:absolute;top: -400px;right:0px;transition:all 1s linear;-webkit-transition:all 1s linear;}
.wrapper3 .bottom{position:absolute;bottom:0;right: -400px;transition:all 1s linear;-webkit-transition:all 1s linear;}
.tops{left:0px !important;transition: all .4s linear !important;-webkit-transition: all .4s linear !important; transition-delay: 0.2s !important;transition-delay: 0.2s !important;}
.rights{top:0px !important;transition: all .4s linear !important; -webkit-transition: all .4s linear !important;transition-delay: 0.6s !important;transition-delay: 0.6s !important;}
.bottoms{right:0px !important;transition: all .4s linear !important;-webkit-transition: all .4s linear !important;transition: all .4s linear !important; transition-delay: 1s !important;transition-delay: 1s !important;}
.lefts{bottom:0px !important;transition: all .4s linear !important; -webkit-transition: all .4s linear !important;transition-delay: 1.4s !important;transition-delay: 1.4s !important;}
.wrapper3 .left, .wrapper3 .right,.wrapper3 .top,.wrapper3 .bottom{ z-index:998;}
.wrapper3 {
	width: 400px;
	height: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	z-index: 998;
	overflow: hidden;
}

.wrapper3:after {
	width: 238px;
	height: 238px;
	/* border: 1px solid rgba(255,255,255,0.1); */
	/* border-radius: 50%; */
	position: absolute;
	left: 0;
	top: 0;
	left: 50%;
	margin-left: -120px;
	top: 50%;
	margin-top: -120px;
	z-index: 899;
}




/**/
.section2{width:100%; height:100%; overflow: hidden; background: url(../images/section2_bjs.jpg) no-repeat bottom center; background-size: cover; }
.section2_left{width:45%; height: auto; position: absolute; top:30%; left:0;  z-index: 999}
.section2_left video{width:100%; height: auto; display: block}
.section2_right{width:53.5%; height: 750px; background: url(../images/about_bjs.jpg) no-repeat center; float: right; border-radius: 20px; margin-right: 6%; padding: 130px 120px 0 140px;}
.ab_icon{width:100%; height: auto; overflow: hidden}
.ab_icon img{max-width: 100%;}
.ab_xx{width:100%; height: auto; overflow: hidden; color:#555555; font-size: 16px; line-height: 30px; margin:.5vw 0 1vw; display: block}
.section2_num{width:100%; height: auto; overflow: hidden}
.section2_num div{width:24%;  height: 208px; float: left; background: url(../images/num_bjs.png) no-repeat center; background-size:100% 100%; padding-top: 66px; margin-right:1%;    transition: all 0.4s ease-in-out;}
.section2_num div p{color:#3e393a; font-size: 16px; display: table; margin: 0px auto;}
.section2_num div p span{color:#3e393a; font-size: 40px; font-weight: bold;}
.section2_num div h3{color:#e86227; font-size: 16px; margin-top:4px; text-align: center}
.section2_num div:last-child{margin-right: 0}
.section2_1,.section2_3{margin-top: 66px; transition: all 0.4s ease-in-out;}
/*
.section2_num div:hover{background: url(../images/num_hbjs.png) no-repeat center; -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);
}
*/
.section2_num div:hover{background: url(../images/num_hbjs.png) no-repeat center; background-size:100% 100% }
.section2_1:hover,.section2_3:hover{margin-top: 0; transition: all 0.4s ease-in-out;}
.active .section2_left{animation-name: fadeInLeftBig; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .section2_right{animation-name: fadeInRightBig;  animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}



/*第3块*/
.section3{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section3 .slideTxtBox{width:100%; height: auto; overflow: hidden; padding-left: 10% }
.section3 .slideTxtBox .hd{width:300px; height: auto; float: left; margin-top:5vw}
.section3 .slideTxtBox .hd h3{width:100%; height: auto; overflow: hidden; font-size: 30px; color: #333333; font-weight: bold;}
.section3 .slideTxtBox .hd h3 span{color:#e86227; font-size: 30px; font-weight: bold;}
.section3 .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; margin-top:2vw }
.section3 .slideTxtBox .hd ul li{width:100%; height:40px; line-height: 40px; background: url(../images/h_bian.png) no-repeat left center; padding-left: 20px; 
	margin-bottom:15px;}
.section3 .slideTxtBox .hd ul li a{font-size: 18px; display: block}
.section3 .slideTxtBox .hd ul li.on{background: url(../images/hh_bian.png) no-repeat left center}
.section3 .slideTxtBox .bd{width:74%!important; height: 100vh; float: right; position: relative}
.bd_all,.bd_all a{width:100%; height: calc(100vh - 5.5vw)!important; overflow: hidden; display:block;}
.bd_all img{width:100%; height: auto; display: block}
.bd_all_left{width:26%; height: 100%; position: absolute; top:0; left:0; background: url(../images/pro_h.png) no-repeat center; background-size: cover; padding: 5vw 3% 0}
.bd_all_left h3{width:100%; height: auto; overflow: hidden; color:#fdfbfc; font-size: 30px; font-weight: bold;}
.in_pro_xx{width:100%; height: auto; overflow: hidden; color:#ffffff; font-size: 16px; line-height: 30px; margin-top:1.1vw}
.bd_all_left span{width:164px; height: 42px; line-height: 42px; background: #fff url(../images/p_jts.png) no-repeat 85% center; border-radius: 8px; display: block; 
	padding: 0 18px; margin-top: 20px; transition: all 0.4s ease-in-out;}
	
.bd_all_left span:hover{color:#e86227; background: #fff url(../images/p_jts.png) no-repeat 90% center;  transition: all 0.4s ease-in-out;}	
.pro_icon{width:266px; height: auto; position: absolute; bottom:35px; left:52%; }
.pro_icon img{max-width: 100%}
.pageState{color:#fff; font-size: 16px; position: absolute; bottom:5%!important; top:auto!important; width:auto!important; left:4%!important; z-index: 999; display:block!important;}
.pageState span{font-size:30px; }
.active .slideTxtBox .hd{animation-name: fadeInDownBig; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .slideTxtBox .bd{ animation-name: fadeInRightBig; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .pro_icon{animation-name: bounceInUp;
    animation-duration: 1s;
    animation-delay: 1.6s;
    animation-fill-mode: both;}






/*第4块*/
.section4{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; background: #e6e6e6 url(../images/product_bjs.jpg) no-repeat right bottom}
.section4_all{width:1440px; height: auto; overflow: hidden; margin:0px auto;}
.ban{ width:100%; height:694px; position:relative; overflow:hidden;}
.ban2{ width:1122px; height:650px; position:relative; overflow:hidden; margin-left:6%; float: left}
.ban2 ul{ position:absolute; left:0; top:50px;}
.ban2 ul li{ width:1122px; height:500px;}
.ban2 ul li h3{width:100%; height: auto; overflow: hidden; font-size: 20px; color:#000000; font-weight: bold; margin-bottom: 1vw; padding-left: 30px;}
.num{ height:690px;overflow:hidden; width:220px; position:relative;float:left;}
.min_pic{ width:220px; float: left}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:220px; height:220px; margin-bottom:15px; background: #fff; display: flex; align-items: center; padding:8px}
.num ul li img{width:100%; height: auto;  align-items: center; margin: 0px auto;}
.num ul li.on{ border:3px solid #e86227; }
.in_chanpin_img{width:520px; height:520px; background: url(../images/pro_active.png) no-repeat center; background-size: cover; display: flex; align-items: center;  float: left; margin-left:28px}
.in_chanpin_img img{max-width: 100%; align-items: center; margin: 0px auto;}
.prev1,.next1{position:absolute;top:50%; width:52px; height:45px; margin-top: -22.5px; cursor:pointer; z-index: 9999}
.prev1{left:0; background: url(../images/pro_left.png) no-repeat center}
.next1{left:520px; background: url(../images/pro_right.png) no-repeat center}
.prev1:hover{background: url(../images/pro_hleft.png) no-repeat center}
.next1:hover{background: url(../images/pro_hright.png) no-repeat center}
.in_chanpin_xx{width:45%;height: auto; float: right; margin-top: 3vw}
.in_chanpin_xx p{color:#555555; font-size: 16px; line-height:30px;}
.in_chanpin_xx h5{color:#000000; font-size: 16px; font-weight: bold;}
.in_hot{width:100%; height: auto; overflow: hidden; position: absolute; top:0; left:0; font-size: 30px; colot:#333333; font-weight: bold;}
.in_hot span{color:#e86227; font-weight: bold;}

.active .ban{animation-name: fadeInUp; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}





/*第5块*/
.section5{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; }
.section5_ban{background: url(../images/section5_bjs.jpg) no-repeat bottom center; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section5_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section5 .w1440{position: relative; z-index:999; }
.section5_top{width:auto; height: auto; overflow: hidden; text-align: center; margin: 0px auto 10px; display: table}
.section5_top img{float: left}
.section5_top dl{float: left; text-align: left; margin-left:20px;}
.section5_top dl dt{font-size: 24px; color: #000000; line-height: 30px;}
.section5_top dl dd{color:#777777; line-height: 30px;}
.section5 h5{text-align: center; font-size:16px; color:#333333; line-height: 32px; width: 680px; margin: 0px auto;}
.section5_ul{width:auto; height: auto; overflow: hidden; display: table; margin:0 auto 0; padding-top:34px;}
.section5_ul li{width:112px; height: auto; float: left; margin-right: 84px; text-align: center; transition: all 0.4s ease-in-out;}
.section5_ul li img{width:107px; height: auto; display: block; margin: 0px auto; -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.section5_ul li p{width:100%; height: auto; line-height: 26px; font-weight: bold; font-size: 16px; margin-top: 8px}
.section5_ul li:nth-child(4n){margin-right: 0}
.section5_ul li:hover img{-webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg);}
.section5_ul li:hover p{color:#e86227}
.picScroll-left{ overflow:hidden; position:relative; width:1000px; margin:42px auto 0;  }
.picScroll-left .bd{width:100%; height: auto; overflow: hidden;  border-left: 1px solid #dadada;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden; text-align:center; border: 1px solid #dadada; border-left:0; width: 288px; height: 94px;}
.picScroll-left .bd ul li a{width:100%; height: 100%; display: block; display: flex; align-items: center;}
.picScroll-left .bd ul li img{align-items: center; margin: 0px auto; max-width: 100%}
.active .section5_top{animation-name: fadeInDown; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .picScroll-left{animation-name: fadeInUp; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active h5{animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .section5_ul{animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}




/*第6块*/
.section6{display: block; width: 100%; height: 100%;overflow: hidden; position: relative}
.section6_ban{background: url(../images/section6_bjs.jpg) no-repeat center; background-size: cover; width: 100%; height: 100%; transition:transform 5s ease 0s, opacity 2s ease 0s; position: absolute; top:0; left:0; z-index: 0}
.active .section6_ban{transform: matrix(1.1, 0, 0, 1.1, 0, 0);}
.section6_all{width:88%; height:auto; overflow: hidden; background:url(../images/news_bjs.png) no-repeat top center; background-size: cover; margin: 0px auto; z-index:9; position: relative; border-radius:20px; padding:4vw 04vw}
.section6_all .w1440{position: relative; z-index: 9}
.index_news_top{width:80%; height: auto; overflow: hidden; border-bottom: 1px solid #e5e5e5; padding-bottom: 35px;}
.in_news_pic{width:318px; height: auto; float: left}
.in_news_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  
	-webkit-transform: all 1s ease 0s;}
.in_news_xx{margin-left:360px;}
.news_xx_time{width:100%; height: 40px; line-height: 40px; color:#999999; font-size: 16px;}
.news_xx_time span{color:#fc0001; font-size: 16px; font-weight: bold;}
.in_news_xx h3,.section6_all ul li h3{width:100%; height: 30px; line-height: 30px; color:#000000; font-size: 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  font-weight: bold; margin: 15px 0}
.in_news_xx p,.section6_all ul li p{width:100%; height: 90px; overflow: hidden; line-height:30px; color: #555555; font-size: 16px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.section6_all ul{width:100%; height: auto; overflow: hidden; margin-top: 20px;}
.section6_all ul li{width:29%; height: auto; margin-right: 6%; float: left; padding:44px 30px}
.section6_all ul li:nth-child(3n){margin-right: 0}
.index_news_top:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.index_news_top:hover h3{color:#fc0001}
.section6_all ul li:hover{background: #fff4ee; }

.active .index_news_top{animation-name: fadeInDownBig; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: both;}
.active .section6_all ul{animation-name: fadeInUpBig; animation-duration: 1s; animation-delay: 0.5s; animation-fill-mode: both;}





/*第7块*/
.section7{display: block; width: 100%; height: 100%;overflow: hidden; position: relative; background: url(../images/section7_bjs.jpg) no-repeat top center}
.index_contact{position: relative; z-index: 999}
.index_map{width:100%; height:18vw; position: absolute; bottom:3vw; left:0}
.index_contact_left{width:720px; height: auto; float: left;}
.index_contact_left h3{color:#ffffff; font-size: 30px; font-weight: bold; margin-bottom: 20px;}
.index_contact_left dl{width:100%; height: 50px; }
.index_contact_left dl input[type="text"]{width:100%; height: 100%; border: 0; background: none; color:#fff; font-size: 16px;}
.index_contact_left dl dt{border-bottom: 1px solid rgba(255,255,255,0.2); width: 49%; height: 100%; float: left}
.index_contact_left dl dd{float: right; width: 49%; border-bottom: 1px solid rgba(255,255,255,0.2); height: 100%;}
.index_contact_left textarea{width:100%; height: 50px;  border: 0; border-bottom: 1px solid rgba(255,255,255,0.2); resize: none; margin-top: 20px; background: none; color:#fff; font-size: 16px; }
.sec_submit{width:140px; height: 40px; background: #fff; color:#000000; font-size: 16px; border: 0; display: block; margin-top:18px;}

.index_contact_left dl input::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.index_contact_left dl input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left dl input:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  

.index_contact_left textarea::-webkit-input-placeholder { /* WebKit browsers */  
    color:    #fff;  
}  
.index_contact_left textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left textarea::-moz-placeholder { /* Mozilla Firefox 19+ */  
   color:    #fff;  
   opacity:  1;  
}  
.index_contact_left textarea:-ms-input-placeholder { /* Internet Explorer 10+ */  
   color:    #fff;  
}  


.index_contact_right{width:600px;height: auto; float: right; background: #ffffffd6; border-radius: 25px; padding:55px 5%}
.index_contact_right h3{color:#000000; font-size: 30px; font-weight: bold;}
.index_contact_right i{color:#e86227; font-size: 44px; margin:10px auto; display: block; font-family: 'beifang';}
.index_contact_right p{color:#333333; font-size: 16px;line-height:30px;}
.footer_ma{width:100%; height: auto; overflow: hidden; margin-top: 30px;}
.footer_ma dl{width:30%; height: auto; overflow: hidden; float: left; margin-right: 3%}
.footer_ma dl dt{width:100%; height: auto; display: block; border: 1px solid #cccccc}
.footer_ma dl dt img{width:100%; height: auto; display: block}
.footer_ma dl dd{width:100%; height: 40px; line-height: 40px; text-align: center; color:#333333; font-size: 16px;}
.section7_banquan{width:100%; height: 3vw; overflow: hidden; background: #fff; position: absolute; bottom:0; left:0}
.banquan_all{width:auto; display: table; margin: 0px auto;}
.copy_l{width:auto; line-height:3vw; font-size:14px; color: #555555; float: left}
.copy_l a{ font-size:14px; color: #555555;}
.footers_zhichi{width:auto; height:40px; overflow: hidden; float: right}
.footers_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#666666; line-height:3vw;}
.footers_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footers_zhichi .js{width:121px;height: 28px; background: url(../images/wl.png) no-repeat; margin-top:10px;}
.footers_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footers_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat} 
.footers_zhichi span{float: left; font-size: 14px; color: #555555;}
.footers_zhichi i{ float: left;}
.active .index_contact_left{animation-name: fadeInLeft; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}
.active .index_contact_right{animation-name: fadeInRight; animation-duration: 1s; animation-delay: 0.6s; animation-fill-mode: both;}







/*内页*/
.ny_banner{ width:100%;  position:relative;  height:300px;clear: left; background-image: linear-gradient(to left, #d03037 , #eac52f); 
    background-image: -webkit-gradient(to left, #d03037 , #eac52f); 
    background-image: -webkit-radial-gradient(to left, #d03037 , #eac52f);}
/*.about_ban{background: url(../images/about_ban.jpg) no-repeat center}
.news_ban{background: url(../images/news_ban.jpg) no-repeat center}
.product_ban{background: url(../images/product_ban.jpg) no-repeat center}
.product_ban2{background: url(../images/product_ban2.jpg) no-repeat center}
.contact_ban{background: url(../images/contact_ban.jpg) no-repeat center}
.join_ban{background: url(../images/hr_ban.jpg) no-repeat center}
.service_ban{background: url(../images/service_ban.jpg) no-repeat center}
.case_ban{background: url(../images/case_ban.jpg) no-repeat center}
.kehu_ban{background: url(../images/join_ban.jpg) no-repeat center}*/


.ny_baninfo{width:1200px; height:auto; position: absolute; top:130px; left:50%; margin-left: -600px; text-align:center }
.ny_baninfo h3{font-size: 28px; color: #fff; line-height: 40px; margin-top: 60px;}
.ny_baninfo .ny_fubiao{width:auto; height: auto; overflow: hidden;     margin-top: 60px;    display: table;    margin:18px auto 0;}
.ny_baninfo .ny_fubiao hr{width:55px; height: 1px; float: left; background: #ffffff38; margin-top: 10px;margin: 10px 8px;}
.ny_baninfo .ny_fubiao *{ color: #fff;}
.ny_baninfo .ny_fubiao p{float: left; font-size: 14px; color: #fff;}
.ny_baninfo .ny_fubiao p a{font-size: 14px; color: #fff}
.ny_baninfo h4{font-size: 56px;font-family: "Arial"}
.ny_baninfo .ny_fubiao p a:hover{font-weight: bold;}
.shine{background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #ffeb00)) 0 0 no-repeat;    
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height:50px;
    line-height:50px;
    font-weight:bold;
    display:block;
    position:absolute;
    left:50%;
    top:0%; 
	transform: translate(-50%,0);
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}




/*荣誉资质*/
.ny_honor_all{width:100%; height: auto; overflow: hidden; margin: 90px 0}
.ny_honor_all ul{width:100%; height: auto; overflow: hidden;}
.ny_honor_all ul li{width:285px; height: auto; float: left; margin-right:20px; margin-bottom:25px;}
.ny_honor_all ul li .honor_pic{width:100%;  height: auto; overflow: hidden; border:1px solid #ddd;}
.ny_honor_all ul li .honor_pic img{width:100%; height: auto; overflow: hidden; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_honor_all ul li p{width:100%; height:35px; line-height: 35px;  font-size:1.1rem; color: #333; text-align: center;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.ny_honor_all ul li:nth-child(4n){margin-right: 0px;}
.ny_honor_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}



/*内部二级导航*/
.ny_nav{width:1200px; height:54px; margin: 0 auto; margin-top: 40px;}
.ny_nav ul{width:auto; overflow: hidden; display: table; margin: 0 auto;}
.ny_nav ul li{ height:54px; line-height:54px; float:left; text-align:center;position:relative; background: #eee; margin-right: 6px;  margin-bottom:10px; }
.ny_nav ul li a{display:block; color:#fff; font-size: 15px; color: #333;padding: 0 42px; text-align: center;}
.ny_nav ul li:hover,.ny_nav ul li.active{ background: #e86227}
.ny_nav ul li:hover a,.ny_nav ul li.active a{ color: #fff;}
.ny_nav ul li.active::after{ content: "";position: absolute; height: 2px; width: 100%; background: #e86227; bottom: 0; left: 0;}
.ny_pro_bt{width:100%; height:auto; overflow:hidden}
.ny_pro_bt ul{width:1200px; height: auto; overflow: hidden;  margin: 60px auto 0;}
.ny_pro_bt ul li{width:auto; float: left; background: url(../images/p_xx.png) no-repeat left center; padding-left: 50px; margin-right: 30px; line-height: 40px; 
    margin-bottom: 10px;}
.ny_pro_bt ul li a{font-size: 18px; color: #060507;}
.ny_pro_bt ul li:hover a{color:#e86227}
.ny_pro_bt ul li:hover{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active{background: url(../images/p_hx.png) no-repeat left center}
.ny_pro_bt ul li.active a{color:#e86227}




/*内页左边导航*/
.ny_all{width:100%; height: auto; overflow: hidden; margin-top: 78px; margin-bottom:80px;}

.yiji li.active{background:#fff url(../images/dian.png) no-repeat 8px 22px;}


.ny_right{width:100%; height: auto; }
.ny_right_title{width:100%; height: 47px; border-bottom: 1px solid #dddddd}
.ny_right_title h3{font-size: 24px; height: 40px; line-height: 40px; color: #484848; font-weight: bold; background: url(../images/hs.png) no-repeat left center; padding-left: 20px;}
.ny_about_info{width:100%; height: auto; overflow: hidden; font-size: 14px; color: #666666; line-height: 30px; margin-top:35px; }
.ny_about_info img{max-width: 100%;}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; }
.ny_proshow_xx{margin-left:436px; height:100%; overflow:hidden; padding-top: 20px;}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden; border: 1px solid #eee;}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #e86227;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:15px; color:#666; line-height:30px; min-height: 200px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}
.ny_proshow_xx em{font-size: 14px; color: #8a8a8a; font-style: normal;}
.ny_proshow_xx .pro_text{padding: 15px; background: #f5f5f5; line-height: 24px; color: #666; text-align: justify; font-size: 14px; margin-top: 10px;}
.ny_pro_dh{width:100%; height:80px; margin-top: 20px;}
.ny_pro_ddh span{ font-size: 30px; color: #e86227; font-family: "Impact"}
.ny_bd_xx{ padding: 0 20px;font-size: 15px; color: #454545;}
.ny_bd_xx p{ font-size: 16px; color: #333; line-height: 30px; }
.ny_proshow_bottom .slideTxtBox .hd ul{height: 54px; line-height: 54px; background: #f7f7f7; border-bottom: 1px solid #eee; margin-bottom: 20px;}
.ny_proshow_bottom .slideTxtBox .hd ul li{ height: 54px; line-height: 54px; width: 220px;  text-indent: 36px; font-weight: bold; color: #333; font-size: 20px; position: relative;}
.ny_proshow_bottom .slideTxtBox .hd ul li::before{ height: 6px; width: 6px; background: #e86227; position: absolute; left: 20px; top:24px; display: block; content: "";}



/*å†…é¡µæ–°é—»*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{width:100%; height: auto; overflow: hidden; padding: 15px 15px 25px;background: #fbfbfb;margin-top: 20px;border: #ebebeb 1px solid;}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:26px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 18px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:88%; height: auto; float: left; margin-left:2%; margin-top: 20px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 21px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.ny_news_all ul li:hover .news_xx h3{ color: #e86227}
.news_xx p{width:100%; height:60px; line-height: 28px; font-size: 16px; color: #666;  margin: 10px 0; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 14px; color: #aaaaaa}
.news_pic{width:22%; height: 144px; float: right; overflow:hidden}
.news_pic img{width:100%; height: auto; display:block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#e86227}
.ny_news_all ul li:hover h3{font-weight: bold; }
.ny_news_all ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}


/*è”ç³»æˆ‘ä»¬*/
.ny_contact{width:100%; height: auto; overflow: hidden; margin: 40px 0}
.ny_contact_map{width:100%;  height: 320px; overflow: hidden; margin-top: 20px;}
.ny_conta_xx{width:100%; height: auto; display: block; overflow: hidden; margin-top: 20px;}
.contact_right{width:100%;float: left; }
.contact_right p{font-size: 16px; color: #333; line-height: 30px; }
.ny_cont_wx{width:340px; height: auto; float: right}
.ny_cont_wx dl{width:140px; height: 200px; float: left; margin-right: 26px;}
.ny_cont_wx dl dt{width:140px; height: 140px; border: 4px solid #e5e5e5; padding: 10px; background: #fff}
.ny_cont_wx dl dd{ font-size: 14px; color: #626262; height: 35px; line-height: 35px; text-align: center}
.ny_cont_wx dl dt img{width:100%; height: 100%;}



/*销售服务*/
.ny_service_all{width:100%; height: auto; overflow: hidden; margin: 30px 0; font-size:15px; color:#666; line-height:30px;}
.ny_service_all p{ font-size: 16px; color: #333; line-height: 30px;  }
.ny_service_all img{max-width:100%;}
.ny_news_show{width:100%; height: auto; overflow: hidden; font-size:16px; color:#666; margin: 40px 0}
.keyword_light p { font-size: 16px; color: #333; line-height: 30px;}



/*底部*/
.footer{width:100%; height: auto; overflow: hidden; background: #3e3e45; padding-top:40px;  border-top:4px solid #e86227; padding-bottom: 40px; margin-top: 66px; }
.footer_left{width:520px; height: auto; float: left; }
.footer_left dl{float: left; width:auto; height: auto; margin-right:50px; }
.footer_left dl dt{width:100%; height: auto; overflow: hidden; color:#fff; font-size: 16px;}
.footer_left dl dd{width:100%; height: auto; display: block; margin-top: 10px;}
.footer_left dl dd a{color:#9c9898; font-size:14px; display: block; line-height: 30px;}
.footer_left dl dd a:hover{color:#e86227}
.footer_left dl:last-child{margin-right: 0;}
.footer_info{width:378px; height: auto; overflow: hidden; float: left}
.footer_info h3{color:#ffffff; font-weight: bold; font-size:20px; margin-bottom:12px;   }
.footer_info p{color:#b4b4b4; font-size: 16px; line-height:32px;}
.footer_dl{width:28%!important;}
.footer_dl dd{width:100%; height: auto; overflow: hidden}
.footer_dl dd a{float: left; width: 50%}
.ny_footer_ma{width:284px; height: auto; float: right}
.ny_footer_ma p{color:#555555; font-size: 14px; line-height: 26px;}
.ny_footer_ma span{color:#e86227; font-size:28px; font-weight: bold; font-family: "Arial"}
.ny_footer_ma dl{width:134px; height: auto; float: left;}
.ny_footer_ma dl dt{width:100%; height: auto; display: block}
.ny_footer_ma dl dt img{width:100%; height: auto; display: block}
.ny_footer_ma dl dd{width:100%; height: 40px; line-height: 40px; color:#6e6e6e; font-size: 14px; text-align: center}
.ma_right{float: right!important}
.footer_bq{width:100%; height:70px; line-height:70px; border-top: 1px solid #5c5c5c; background: #3e3e45}
.footer_bq_tab{width: auto; display: table; margin: 0px auto}
.copy_bq{width:auto; height:70px; line-height:70px; position: relative; color:#777777; font-size:14px; float: left; }
.copy_bq a{color:#777777; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#0980ef!important}
.footer_zhichi{width:auto; height:100%; float: right; margin-left: 20px; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:62px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:20px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:20px; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float: left; font-size:14px; color: #777777; }
.footer_zhichi i{ float: left;}




/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right:0px;
    top:250px;
    width: 77px;
    z-index: 999;
}
.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
	font-size: 14px;
}
.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}
.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}
.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}
.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px; background:url(../images/fx.png) no-repeat;
}
.lxfx li i.icon-tel {
    background-position: 0 -25px;
}
.lxfx li i.icon-ly {
    background-position: 4px -53px;
}
.lxfx li i.icon-wx {
    background-position: -34px 4px;
}
.lxfx li i.icon-wb {
    background-position: -30px -22px;
}
.lxfx li i.icon-top {
    background-position: -30px -49px; height:32px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
}
.lxfx li {
    background:#e86227;
    height: 62px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px; float:left;
}


#sl_PicShow h3{color:#333; font-size:26px; font-weight:bold; text-align:center; margin-bottom:20px;}
#sl_ImgBox{width:400px;height:auto;overflow: hidden; background:#fff;}
.sl_SmallImgList{width:100%; margin: 10px auto; border: 1px solid #ccc;}
.sl_SmallImgList img{width:100%; height:auto; display:block;}
.sl_wrapper{float: left;display: inline;margin:0px 8px;}
#sl_ImgList div{border: 1px solid #ccc;background-color: white;width:60px;height:60px;overflow: hidden;margin: 0 3px;display: inline;float: left;cursor: pointer;}
.wslp #sl_ImgList div{height:60px;width: 60px}
#sl_ImgList .active{border: 1px solid #ccc;}
#sl_ImgList img{border: 0;}
#imgList_prev, #imgList_next{width: 10px;height: 45px;display: block;float: left;  display: inline;cursor: pointer;}
#imgList_prev{background: url(../images/left.gif) no-repeat;}
#imgList_next{background: url(../images/right.gif) no-repeat;}
#imgList_prev span, #imgList_next span{display: none;}
.clearfix{float: none;clear: both;}
.sl_zoom{float: left;position: relative;display:inline;cursor: pointer; width:100%; height:100%}
.sl_zoom img{width:100%!important; height:100%!important;}
div.zoomdiv{z-index: 100;position: absolute;top: 0px !important;left:531px !important;width: 200px;height: 200px;background: #ffffff;border: 1px solid #CCCCCC;display: none;text-align: center;overflow: hidden;}
div.jqZoomPup{z-index: 10;visibility: hidden;position: absolute;top: 0px;left: 0px;width: 50px;height: 50px;border: 1px solid #aaa;background: #ffffff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
div.jqMagnifier{position: absolute;z-index:9;width: 23px;height: 23px;background: url(images/magnifier.png) no-repeat;top:228px;right:1px;}
#sl_ImgList div img{width:100%; height:100%!important;}



/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:506px; height:100%; overflow:hidden}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #e86227;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}



@media screen and (max-width:1680px){
	.section2_num div{height:176px; padding-top: 46px;}
	.section2_right{height:630px; padding: 78px 120px 0 140px;}
	
}


@media screen and (max-width:1620px){
.index_contact,.section6_all{transform: scale(0.8)!important; -ms-transform: scale(0.8)!important;-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8)}
	.active .section2_right{padding:50px 48px 0 130px;}
	.section4_all{padding-left: 0}
	.pro_icon{width:200px;}
	.section2_num div{ height:185px;  padding-top: 50px;}
	
	.section2_right{height:570px;}
	.ab_xx{font-size: 14px;}
	.section4_all{transform: scale(0.8)!important; -ms-transform: scale(0.8)!important;  -webkit-transform: scale(0.8); -o-transform: scale(0.8); -moz-transform: scale(0.8);}

	
}

@media screen and (max-width:1500px){
	.w1440{width:1200px}
	.in_header .h_logo{width:150px;}
	.nav .nLi{margin-right: 20px;}
	.section2_num div{ height:163px; }
	.index_contact_left{width:550px;}
	.index_contact_right{width:580px;padding:50px 2%;}
}


@media screen and (max-width:1440px){
	.section4{background-size:80% 100%;}
	.section4_all{width:1200px; }
	.ban2, .ban2 ul li{width:900px;}
	.in_chanpin_img{width:400px; height: 400px; background-size: 100% 100%}
	.in_chanpin_img img{width:84%}
	.next1{left:398px;}
	.prev1, .next1{margin-top: -68px;}
	.num ul li{width:182px; height:182px;}
	.ban,.num{height:580px;}
	
}

@media screen and (max-width:1400px){
		.section4_all{transform: scale(0.9)!important; -ms-transform: scale(0.9)!important;  -webkit-transform: scale(0.9); -o-transform: scale(0.9); -moz-transform: scale(0.9);}
.section2_num div{height:158px;padding-top:38px}
}



@media screen and (max-width:1380px){
	.section5 .w1440,.section4_all{transform: scale(0.8)!important; -ms-transform: scale(0.8)!important;-webkit-transform: scale(0.8);-o-transform: scale(0.8);-moz-transform:scale(0.8)}
	.section6_all ul li{padding: 18px 30px;}
	.section6_all{padding: 3vw 4vw;}
	.in_chanpin_xx{margin-top: 0}
	.section4{background-size: 84% 100%;}
	.section3 .slideTxtBox .hd ul li{margin-bottom:6px;}
	.section2_num div{height:152px;padding-top:38px}
	.section2_num div p span{font-size:30px;}
	.section2_right{height:524px;}
	.section3 .slideTxtBox .hd{margin-top:3.5vw}
	
}


@media screen and (max-width:1340px){
	.section2_right{padding: 50px 48px 0 70px!important; height:520px;}
	.section2_num div p span{font-size:30px;}
	.section2_num div{height:140px;    padding-top: 30px;}
	.section3 .slideTxtBox .bd{width:72%!important}
	.section3 .slideTxtBox .hd ul li{margin-bottom:5px; height: 35px; line-height: 35px;}
	.index_contact_right{width:500px;padding: 20px 2%;}
	
}

@media screen and (max-width:1280px){
	.section2_num{transform: scale(0.9)!important; -ms-transform: scale(0.9)!important;-webkit-transform: scale(0.9);-o-transform: scale(0.9);-moz-transform:scale(0.9)}
	.ab_xx{height:98px;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:3;
  -webkit-box-orient:vertical; overflow:hidden;}
  .section2_right{height:426px; padding: 40px 48px 0 70px!important;}
  	.num ul li{width:171px; height:171px;}
	.ban,.num{height:555px;}
}




@media screen and (max-width:1200px){
	.nav .nLi h3 p{font-size:14px;}
	.section3 .slideTxtBox .bd{width:70%!important}


}




